home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / SciAn / src / ScianCurrentFunctions.h < prev    next >
C/C++ Source or Header  |  1994-08-01  |  399b  |  21 lines

  1. /*ScianCurrentFunctions.h
  2.   Eric Pepke
  3.   10 August 1993
  4.  
  5.   External stuff for ScianCurentFunctions
  6. */
  7.  
  8. #define CF_CUT        "Cut"
  9. #define CF_COPY        "Copy"
  10. #define CF_PASTE    "Paste"
  11.  
  12. #ifdef PROTO
  13. void InitCurrentFunctions(void);
  14. void KillCurrentFunctions(void);
  15. Bool CurrentFunctionScriptLine(char *);
  16. #else
  17. void InitCurrentFunctions();
  18. void KillCurrentFunctions();
  19. Bool CurrentFunctionScriptLine();
  20. #endif
  21.